排版主方法(new) 传 article_id
This commit is contained in:
@@ -1578,7 +1578,7 @@ export default {
|
||||
});
|
||||
this.$api
|
||||
.post('api/Production/doTypeSettingNew', {
|
||||
p_article_id: this.p_article_id
|
||||
article_id: this.detailMes.article_id
|
||||
})
|
||||
.then((res) => {
|
||||
if (res.code == 0) {
|
||||
|
||||
@@ -2029,7 +2029,7 @@
|
||||
});
|
||||
this.$api
|
||||
.post('api/Production/doTypeSettingNew', {
|
||||
p_article_id: this.p_article_id
|
||||
article_id: this.detailMes.article_id
|
||||
})
|
||||
.then(res => {
|
||||
if (res.code == 0) {
|
||||
|
||||
@@ -1899,7 +1899,7 @@
|
||||
|
||||
this.$api
|
||||
.post('api/Production/doTypeSettingNew', {
|
||||
p_article_id: this.p_article_id
|
||||
article_id: this.detailMes.article_id
|
||||
})
|
||||
.then(res => {
|
||||
if (res.code == 0) {
|
||||
|
||||
Reference in New Issue
Block a user