فهرست منبع

fix line errors

chris 3 سال پیش
والد
کامیت
a87f98b48f

+ 1 - 1
src/api/task.js

@@ -43,4 +43,4 @@ export function checkTask (data) {
     method: 'post',
     data
   })
-}
+}

+ 1 - 0
src/views/modules/production/scheduling.vue

@@ -153,6 +153,7 @@
       // 批量排产
       batchPlan () {
         let ids = this.multipleSelection.map(item => item.id)
+        // eslint-disable-next-line standard/object-curly-even-spacing
         batchPlan({ productionIds: ids}).then(({data}) => {
           if (data && data.code === '200') {
             this.$message({

+ 0 - 1
src/views/modules/sale/purchase-add-or-update.vue

@@ -173,7 +173,6 @@
   import Add from './add-material'
   import { getDictList } from '@/api/dict'
   import { getPurchaseDetail } from '@/api/sale'
-  import { getUserInfo } from '@/api/user'
   import { dealStepData, dealStepLogs } from '@/api/util'
   import UserComponent from '../common/user-component'
   export default {

+ 0 - 1
src/views/modules/tech/ctafts-add-or-detail.vue

@@ -480,7 +480,6 @@
     methods: {
       async init (id, display) {
         this.getWorkType()
-        
         this.nodeList = []
         this.linkList = []
         this.dataForm = {