chenxiong 3 年 前
コミット
97fe163509
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages2/verify/input.vue

+ 1 - 1
pages2/verify/input.vue

@@ -1386,7 +1386,7 @@ export default {
 					self.$api.getbaseprofiletpgetInfo({ goodsId: self.goodsId ,orderGoodsId:self.orderGoodsId}).then(result => {
 						if (result.data.code === 200) {
 							if (!result.data.data) {
-								self.$api.getbaseprofiletplistProfile({ pageNum: 1, pageSize: 1, status: 1 }).then(kit => {
+								self.$api.getbaseprofiletplistProfile({ pageNum: 1, pageSize: 1 }).then(kit => {
 									if (kit.data.rows.length) {
 										var ajson = JSON.parse(kit.data.rows[0].keyValue);
 										self.listData.forEach((zyitem, zyindex) => {