licp
2024-04-24 3f6cd5f8b39c8fdae604090e0db3995123f28cc8
src/views/plan/customerorder/index.vue
@@ -1199,8 +1199,9 @@
      this.getData()
    },
    getData() {
      this.$refs.customerOrderTable.getDataList()
    async getData() {
      await this.$refs.customerOrderTable.getDataList()
      this.$refs.customerOrderTable.toggleRowExpansion()
    },
    // 获取数据列表去除已完成状态的
    handleDataList(command) {