|
|
@@ -497,6 +497,9 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ mounted() {
|
|
|
+ this.getUserList({groupId: "1"});
|
|
|
+ },
|
|
|
methods: {
|
|
|
// 初始化
|
|
|
async init(row, tips) {
|
|
|
@@ -900,7 +903,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
removeTab(targetRuleId) {
|
|
|
- this.$confirm('是否删除当前工序?', '提示', {
|
|
|
+ this.$confirm('是否删除当前规则?', '提示', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|