huangxiaoqiang
4 天以前 229dcce8c3cc990b9ae5fdb278de12c4235ff876
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Client/src/views/LineInfocopy.vue
@@ -48,7 +48,7 @@
         <el-row :gutter="20" type="flex" justify="start" align="top" tag="div">
            <el-col :span="16" :offset="0" :push="0" :pull="0" tag="div">
               <el-form-item label="下一目标地址:">
                  <el-input size="large" v-model="form.SourceAddress" placeholder="请输入起点行列层" />
                  <el-input size="large" v-model="form.TargetAddress" placeholder="请输入下一目标地址" />
               </el-form-item>
            </el-col>
         </el-row>
@@ -169,7 +169,6 @@
            .then((x) => {
               if (x.status) {
                  this.lineItemInfo = x.data;
                  console.log(this.lineItemInfo.taskNum);
               } else {
                  this.$message({
                     type: "error",