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