Fixiaobai
2023-12-15 84f5a65d6c7138ab6ba78c14d90c0e35bf3e121a
src/views/common/rawMaterial-part.vue
@@ -189,13 +189,12 @@
    // props:['currentRow'],
    methods: {
      getData() {
        console.log(1111);
        if (this.$refs.rawPartTable !== undefined) {
          this.$refs.rawPartTable.getDataList()
        }
      },
      saveSelectRow() {
        // console.log(this.multipleSelection);
        console.log();
        if (this.multiSelect) {
          this.$emit('handleSelectionChange', this.multipleSelection)
        } else {