H5/Js/Qtrk.js
@@ -17,6 +17,7 @@ active: 0, show: false, actions: [], ItemDetail: [], } }, mounted() { @@ -82,7 +83,10 @@ .then(function (res) { var json = res; if (json.status == 0) { that.ItemBlDetail = json.data.tbBillList; //that.ItemBlDetail = json.data.tbBillList; that.ItemDetail = json.data.tbBillList; that.$refs.sectionCode.focus(); that.sectionCode = null; } else { that.$toast.fail(json.message);