Browse Source

偏置点管理页面展示问题

yejian 3 years ago
parent
commit
b8a6428af0

+ 2 - 1
imcs-ui/src/views/zuihou/qualityCenter/measuringOffsetMgr/Index.vue

@@ -56,7 +56,7 @@
 	        </div>
 	        </div>
 	      </template>
 	      </template>
       </el-table-column>
       </el-table-column>
-	    <!-- 订单编号 
+	    <!-- 订单编号
       <el-table-column prop="orderNo" :label='$t("machining.table.offset.orderNo")' :show-overflow-tooltip="true"></el-table-column> -->
       <el-table-column prop="orderNo" :label='$t("machining.table.offset.orderNo")' :show-overflow-tooltip="true"></el-table-column> -->
 
 
       <el-table-column prop="orderName" :label='$t("machining.table.offset.orderName")' :show-overflow-tooltip="true"></el-table-column>
       <el-table-column prop="orderName" :label='$t("machining.table.offset.orderName")' :show-overflow-tooltip="true"></el-table-column>
@@ -165,6 +165,7 @@
           this.queryParams.current = params.current ? params.current : this.queryParams.current
           this.queryParams.current = params.current ? params.current : this.queryParams.current
           this.queryParams.size = params.size ? params.size : this.queryParams.size
           this.queryParams.size = params.size ? params.size : this.queryParams.size
           console.log(this.queryParams.model.workpieceName)
           console.log(this.queryParams.model.workpieceName)
+          this.queryParams.model.measuringType = '2'
           measuringOffsetMgrApi.getList(this.queryParams).then(response => {
           measuringOffsetMgrApi.getList(this.queryParams).then(response => {
 	        const res = response.data
 	        const res = response.data
 	        if (res.isSuccess) {
 	        if (res.isSuccess) {