MrShi
2025-07-19 edb50cb0dc65061d5ce9f8d4ff26fcee12b09eee
small-program/pages/using-workers/using-workers.vue
@@ -195,6 +195,7 @@
            this.$u.api.getDetail({
               orderId: option.id
            }).then(res => {
               if (res.code === 200) {
               this.info = res.data
               for (const key in this.form) {
                  this.form[key] = res.data[key]
@@ -204,6 +205,8 @@
               if (!this.form.multifileList) {
                  this.form.multifileList = []
               }
               }
            })
         } else {
            this.form.linkPhone = this.userInfo.telephone
@@ -271,8 +274,10 @@
                  type: this.form.type,
                  workType: this.form.workType
               }).then(res => {
                  if (res.code === 200) {
                  this.modify = true
                  this.form.estimatedAccount = res.data
                  }
               })
            }
         },
@@ -300,7 +305,9 @@
            this.$u.api.getCategoryList({
               type: 0
            }).then(res => {
               if (res.code === 200) {
               this.cateList = [res.data]
               }
            })
         },
         uploadImg() {