jwyu hace 1 año
padre
commit
97109ced58
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/datasheet_manage/balanceSheetEdit.vue

+ 1 - 0
src/views/datasheet_manage/balanceSheetEdit.vue

@@ -513,6 +513,7 @@ export default {
 
 
     // 保存设置的协作人
     // 保存设置的协作人
     async setTableWorker(){
     async setTableWorker(){
+      if(!this.excelInfo.Button.OpWorkerButton) return
       const res=await sheetInterface.setBalanceTableWorker({
       const res=await sheetInterface.setBalanceTableWorker({
         ExcelInfoId:Number(this.sheetId),
         ExcelInfoId:Number(this.sheetId),
         SysUserIds:this.sheetForm.user?this.sheetForm.user.join(','):''
         SysUserIds:this.sheetForm.user?this.sheetForm.user.join(','):''