This commit is contained in:
gaochang 2023-12-28 19:03:32 +08:00
parent c1ea0180dd
commit bc0a854b57

View File

@ -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('保存成功')