传入参数调整

This commit is contained in:
2025-11-14 14:35:26 +08:00
parent cd95dab514
commit b17329ab7e
7 changed files with 25 additions and 25 deletions

View File

@@ -378,7 +378,7 @@
},
/** 提交按钮 */
submitForm: function () {
console.log(JSON.stringify(this.form))
//console.log(JSON.stringify(this.form))
this.$refs['form'].validate((valid) => {
if (valid) {
if (this.form.id != undefined && this.opertype === 2) {