jiacengbanchengpinjianyan

This commit is contained in:
shijing 2022-03-01 14:46:13 +08:00
parent b60633a535
commit d6fcc6c88b
1 changed files with 1 additions and 1 deletions

View File

@ -1241,7 +1241,7 @@
that.recordId = scope.row.id;
that.recordform = scope.row.form;
that.formName = scope.row.form_.name;
if (that.innerIndex === '1') {//非复检
if (that.innerIndex !== '2') {//非复检
getrffieldList({form: this.recordform, enabled: true, page: 1, page_size: 100}).then((response) => {
if (response.data) {
that.hasPicture = false;