Browse Source

2026-01-06

master
fengyuan_yang 7 days ago
parent
commit
3df09a59d7
  1. 2
      src/views/modules/yieldReport/com_switch_operator.vue

2
src/views/modules/yieldReport/com_switch_operator.vue

@ -543,7 +543,7 @@ export default {
// //
saveOperatorData() { saveOperatorData() {
if (!this.operatorList || this.operatorList.length === 0) { if (!this.operatorList || this.operatorList.length === 0) {
this.$message.warning('请上岗人员!')
this.$message.warning('请上岗!')
return return
} }
// //

Loading…
Cancel
Save