licp
2024-04-24 18f93f25e8aea5eb0a35a5526fa8de7f4553b75f
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) {