This commit is contained in:
2023-04-10 15:49:11 +08:00
parent 3161b54cd7
commit f2ca004e6f
81 changed files with 3726 additions and 2344 deletions

View File

@@ -97,6 +97,9 @@ export default {
xAxis: {
type: "category",
boundaryGap: false,
data: this.dataList.map((item) => {
return item.name;
}),
},
yAxis: {
type: "value",

View File

@@ -426,7 +426,7 @@ export default {
this.inspectionStageArr = [];
this.$set(this.optionArr, "arr4", []);
done();
this.$emit("refreshDataList");
this.$emit("successSubmit");
})
.catch((_) => {});
},

View File

@@ -204,7 +204,7 @@
:optionArr="optionArr"
v-if="addOrUpdateVisible"
ref="addOrUpdate"
@refreshDataList="getDataList"
@successSubmit="getDataList"
></add-or-update>
</el-card>
</template>