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

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

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