提交 887968bc 编写于 作者: zhentian.jia's avatar zhentian.jia

fix 已上架 次级管理员只有编辑

上级 25d05496
......@@ -525,7 +525,7 @@ export default {
curmbSecond: "新建项目",
//页面展示位置
stepData: [true, false, false],
active: 1,
active: 0,
activeName: "first",
//基层信息 数据
uploadImgMessage: false,
......@@ -579,9 +579,9 @@ export default {
return row.id;
},
checkTableState: {
multipleOrganization: true,
multipleDepartment: true,
multiplePerson: true
multipleOrganization: '',
multipleDepartment: '',
multiplePerson: ''
},
updatedOrganization: false,
formOrganization: {
......@@ -1676,7 +1676,9 @@ export default {
this.changedPerson = [];
}
if (flag === true) {
console.log('flag',flag,'name',name);
if (this.checkTableState[name] === false) {
//console.log('flag',flag,'name',name);
this.$refs[name].toggleAllSelection();
this.checkTableState[name] = true;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册