|
@@ -985,10 +985,10 @@
|
|
|
console.log('this.addForm', this.addForm);
|
|
console.log('this.addForm', this.addForm);
|
|
|
this.$refs.formRef.validate(async (valid) => {
|
|
this.$refs.formRef.validate(async (valid) => {
|
|
|
if (valid) {
|
|
if (valid) {
|
|
|
- this.butLoading = true;
|
|
|
|
|
if (!this.addForm.detailList?.length) {
|
|
if (!this.addForm.detailList?.length) {
|
|
|
return this.$message.success('规则明细不能为空');
|
|
return this.$message.success('规则明细不能为空');
|
|
|
}
|
|
}
|
|
|
|
|
+ this.butLoading = true;
|
|
|
|
|
|
|
|
try {
|
|
try {
|
|
|
// 赋值创建人和更新人
|
|
// 赋值创建人和更新人
|