update 更新测试案例

This commit is contained in:
疯狂的狮子li
2021-06-02 17:15:20 +08:00
parent 375a7f7b4c
commit 329c95196e
4 changed files with 20 additions and 6 deletions

View File

@ -556,7 +556,7 @@ export default {
submitForm() {
this.#[[$]]#refs["form"].validate(valid => {
if (valid) {
this.loading = true;
this.loading = true;
#foreach ($column in $columns)
#if($column.htmlType == "checkbox")
this.form.$column.javaField = this.form.${column.javaField}.join(",");
@ -590,7 +590,7 @@ export default {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
}).then(()=> {
}).then(() => {
this.loading = true;
return del${BusinessName}(${pkColumn.javaField}s);
}).then(() => {