zss
2023-11-10 49e90d3e351b87e2fdb9e8c333c73170e50127ff
src/views/product/workbench/handymantype.vue
@@ -224,6 +224,7 @@
    workstationId: {
      handler: function(newVal, oldVal) {
        if (this.workstationId) {
          console.log(`output->this.workstationId`,this.workstationId)
          getAllHandymanTemplate(
            Object.assign({ workstationId: this.workstationId })
          ).then((response) => {