@@ -131,6 +131,7 @@
type="primary"
class="button-primary"
@click="handleSubmit()"
+ v-if="detailData.billStatus=='WAIT_SUBMIT'||detailData.billStatus == 'AUDIT_REJECT'"
id="productInfoList-handleSubmit">提交</a-button>
</div>
</a-affix>
@@ -134,7 +134,7 @@ export default {
callback (key) {
console.log(key)
this.curTab = key
- this.getDetail(this.queryParam.productSn, this.buyerSn)
+ this.getDetail(this.buyerSn, this.queryParam.productSn)
}
},
watch: {