update
This commit is contained in:
parent
c1ea0180dd
commit
bc0a854b57
@ -105,7 +105,9 @@ export default {
|
||||
isDisabled: false
|
||||
},
|
||||
// 表单参数
|
||||
form: {},
|
||||
form: {
|
||||
qualityType: 'jg'
|
||||
},
|
||||
// 表单校验
|
||||
rules: {
|
||||
ruleName: [
|
||||
@ -290,6 +292,7 @@ export default {
|
||||
this.loadingOptions.loading = true
|
||||
this.loadingOptions.loadingText = '保存中...'
|
||||
this.loadingOptions.isDisabled = true
|
||||
this.form.qualityType = 'jg'
|
||||
updateCheckRule(this.form).then(response => {
|
||||
if (response.success) {
|
||||
this.$message.success('保存成功')
|
||||
|
Loading…
x
Reference in New Issue
Block a user