gaoluyang
2025-03-18 c15551c82fc21eebe53d28ccf0a996b282af9dc1
src/views/CNAS/resourceDemand/standardMaterialAccept/index.vue
@@ -113,7 +113,7 @@
  },
  methods: {
    getTableData() {
      getPageAcceptance(this.form).then(res => {
      getPageAcceptance({...this.form, ...this.page}).then(res => {
        this.tableData = res.data.records;
        this.page.total = res.data.total;
      })