bug
This commit is contained in:
@@ -2281,7 +2281,6 @@ export default {
|
||||
},
|
||||
// 编辑标准属性
|
||||
selectStandardPro (item, state) {
|
||||
debugger
|
||||
this.id = item.id
|
||||
this.collectId = item.collectId
|
||||
this.addOrUPdateFlag = 2
|
||||
@@ -3097,7 +3096,6 @@ export default {
|
||||
},
|
||||
// 保存或修改标准
|
||||
saveOrUpdateStands () {
|
||||
debugger
|
||||
this.isSubmit = true
|
||||
this.$refs['sarStandardsInfoForm'].validate((valid) => {
|
||||
if (valid) {
|
||||
|
||||
Reference in New Issue
Block a user