Commit 33eb137b authored by 陈明豪's avatar 陈明豪

bug修改

parent 8ee23d50
...@@ -315,7 +315,7 @@ export default { ...@@ -315,7 +315,7 @@ export default {
sort: '', sort: '',
status: '1', status: '1',
content: '', content: '',
itemType: '0' itemType: '2'
}] }]
} }
this.isLoading = false this.isLoading = false
...@@ -474,7 +474,7 @@ export default { ...@@ -474,7 +474,7 @@ export default {
}, },
// 新增项目 // 新增项目
handleAddItem() { handleAddItem() {
if (this.$store.state.user.userType !== '00') { if (!this.isPlatRole) {
this.form.settingList.push({ this.form.settingList.push({
name: '', name: '',
type: '0', type: '0',
...@@ -497,6 +497,7 @@ export default { ...@@ -497,6 +497,7 @@ export default {
itemType: '2' itemType: '2'
}) })
} }
console.log('thisForm', this.form)
}, },
// 提交 // 提交
handleSubmit() { handleSubmit() {
......
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