licp
2024-04-19 3e39b23e6a20f5c1bb28a0f8fbbf5a77fa66c424
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) {