ysy 1 an în urmă
părinte
comite
42a767a321

+ 1 - 1
src/main.js

@@ -66,7 +66,7 @@ Vue.use(VueClipboard);
 let instance = null;
 
 function render(props = {}) {
-  console.log(router, 2222);
+
   const { container, routerBase } = props;
   // const router = new VueRouter({
   //   base: window.__POWERED_BY_QIANKUN__ ? routerBase : process.env.BASE_URL,

+ 1 - 1
src/views/technology/production/components/user-setting.vue

@@ -235,7 +235,7 @@
       /* 表格数据源 */
       async datasource({ page, limit, where }) {
         if (this.data?.id) {
-          console.log(22222);
+
           const res = await producetask.paramList({
             taskId: this.data.id,
             pageNum: 1,

+ 1 - 1
src/views/technology/route/components/production/components/user-setting.vue

@@ -247,7 +247,7 @@
       /* 表格数据源 */
       async datasource({ page, limit, where }) {
         if (this.data?.id) {
-          console.log(22222);
+
           const res = await route.taskinstanceParamList({
             routingTaskId: this.data.id,
             pageNum: 1,

+ 1 - 1
src/views/technology/stepManagement/components/user-setting.vue

@@ -235,7 +235,7 @@
       /* 表格数据源 */
       async datasource({ page, limit, where }) {
         if (this.data?.id) {
-          console.log(22222);
+  
           const res = await producetask.paramList({
             taskId: this.data.id,
             pageNum: 1,