This commit is contained in:
2024-05-21 15:04:22 +08:00
parent db0a4f04d8
commit 03782f7635
3 changed files with 20 additions and 20 deletions

View File

@@ -281,7 +281,7 @@ export default {
else {
form.current = this.pageIndex;
await this.$http({
url: this.$http.adornUrl(this.urlList.getNotToLabelList),
url: this.$http.adornUrl(this.urlList.getNotToLabelList||this.urlList.CanBindProductList),
method: "post",
data: this.$http.adornData(form)
}).then(({ data }) => {