更行
This commit is contained in:
@@ -97,6 +97,9 @@ export default {
|
||||
xAxis: {
|
||||
type: "category",
|
||||
boundaryGap: false,
|
||||
data: this.dataList.map((item) => {
|
||||
return item.name;
|
||||
}),
|
||||
},
|
||||
yAxis: {
|
||||
type: "value",
|
||||
|
||||
@@ -426,7 +426,7 @@ export default {
|
||||
this.inspectionStageArr = [];
|
||||
this.$set(this.optionArr, "arr4", []);
|
||||
done();
|
||||
this.$emit("refreshDataList");
|
||||
this.$emit("successSubmit");
|
||||
})
|
||||
.catch((_) => {});
|
||||
},
|
||||
|
||||
@@ -204,7 +204,7 @@
|
||||
:optionArr="optionArr"
|
||||
v-if="addOrUpdateVisible"
|
||||
ref="addOrUpdate"
|
||||
@refreshDataList="getDataList"
|
||||
@successSubmit="getDataList"
|
||||
></add-or-update>
|
||||
</el-card>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user