Kaynağa Gözat

调度中心

Shannon_mu 2 yıl önce
ebeveyn
işleme
4bef983be7

+ 1 - 2
commandCenter/src/views/commandDispatch/pop/tableList.vue

@@ -84,7 +84,6 @@ export default {
                 .then(({ status, data, msg }) => {
                     if (status == 0) {
                         this.formData = data;
-                        console.log(data);
                     } else {
                         this.$message.error(msg);
                     }
@@ -92,7 +91,7 @@ export default {
                 .catch(() => {});
         },
         submit() {
-            window.open(`${envConfig}/sc-operation/workOrders/index?showPop`);
+            window.open(`${envConfig.baseApi}/sc-operation/workOrders/index?showPop`);
         },
         getList() {
             const { deviceType } = this.params.row;