|
@@ -497,7 +497,7 @@ export default {
|
|
const versions = row.version || this.versions;
|
|
const versions = row.version || this.versions;
|
|
this.$modal.confirm("确定审核?").then(() => {
|
|
this.$modal.confirm("确定审核?").then(() => {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
- return submitY(ids,this.form.reason,versions);
|
|
|
|
|
|
+ return submitY(ids,'',versions);
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
this.loading = false;
|
|
this.loading = false;
|
|
this.getList();
|
|
this.getList();
|
|
@@ -529,7 +529,7 @@ export default {
|
|
const versions = row.version || this.versions;
|
|
const versions = row.version || this.versions;
|
|
this.$modal.confirm("确定审核?").then(() => {
|
|
this.$modal.confirm("确定审核?").then(() => {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
- return submitN(ids,this.form.reason,versions);
|
|
|
|
|
|
+ return submitN(ids,'',versions);
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
this.loading = false;
|
|
this.loading = false;
|
|
this.getList();
|
|
this.getList();
|