Fixiaobai
2023-09-14 4c4c5e3815ea20fbecdd93bb35b84bd96f6ab3db
	modified:   src/components/view/finishedProductInspection.vue
modified: src/components/view/measurementManagement.vue
已修改2个文件
7 ■■■■■ 文件已修改
src/components/view/finishedProductInspection.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/measurementManagement.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/finishedProductInspection.vue
@@ -350,7 +350,6 @@
        },
        async getInspectionTableData() {
            const {data:{row,total}} = await this.$axios.get(this.$api.url.finishedInsListPage,{params:{...this.pageParams,...this.searchData}})
            console.log(row)
            this.inspectionTable = row
            this.pageParams.total = total
        },
src/components/view/measurementManagement.vue
@@ -744,9 +744,9 @@
      },
      key: 0,
      measurePlanPageData: [], // 计量计划表格数据
      measureLedgerTotal: "",
      measureLedgerTotal: 0,
      measureLedgerPageData: [], // 计量台账表格数据
      measureLedgerPageTotal: "",
      measureLedgerPageTotal: 0,
      recordData: [],
      measurePlanPage: {
        pageNo: 1,
@@ -755,7 +755,7 @@
        measureId: ""
      },
      measureTop: {},
      measurePlanPageTotal: "",
      measurePlanPageTotal: 0,
      okOrNo: "",
      deviceIdAndNameAndCode: [],
      addFormDevice: {