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

bug修改

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