Commit 19116c2b authored by 姬鋆屾's avatar 姬鋆屾

pref:优化绩效管理弹窗展示

parent 7e70d126
...@@ -304,6 +304,7 @@ export default { ...@@ -304,6 +304,7 @@ export default {
//deductTime申诉时间 checkTime 核查时间 ruleName规则checkType字典 subAddType:1增加2减score //deductTime申诉时间 checkTime 核查时间 ruleName规则checkType字典 subAddType:1增加2减score
this.list = row; this.list = row;
this.dict = dict; this.dict = dict;
this.open = true;
} }
}); });
}, },
...@@ -381,7 +382,7 @@ export default { ...@@ -381,7 +382,7 @@ export default {
}, },
/**获取数据后弹框 */ /**获取数据后弹框 */
afterRender(data) { afterRender(data) {
this.open = true; this.pageInfo.type != "view" ? (this.open = true) : "";
}, },
afterSubmit(data) { afterSubmit(data) {
......
...@@ -107,7 +107,6 @@ export default { ...@@ -107,7 +107,6 @@ export default {
}, },
mixins: [table], mixins: [table],
created() { created() {
console.log();
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment