排版主方法(new) 传 article_id

This commit is contained in:
2024-12-23 10:04:54 +08:00
parent d8f5135f2f
commit e9d234c2cb
3 changed files with 3 additions and 3 deletions

View File

@@ -1578,7 +1578,7 @@ export default {
}); });
this.$api this.$api
.post('api/Production/doTypeSettingNew', { .post('api/Production/doTypeSettingNew', {
p_article_id: this.p_article_id article_id: this.detailMes.article_id
}) })
.then((res) => { .then((res) => {
if (res.code == 0) { if (res.code == 0) {

View File

@@ -2029,7 +2029,7 @@
}); });
this.$api this.$api
.post('api/Production/doTypeSettingNew', { .post('api/Production/doTypeSettingNew', {
p_article_id: this.p_article_id article_id: this.detailMes.article_id
}) })
.then(res => { .then(res => {
if (res.code == 0) { if (res.code == 0) {

View File

@@ -1899,7 +1899,7 @@
this.$api this.$api
.post('api/Production/doTypeSettingNew', { .post('api/Production/doTypeSettingNew', {
p_article_id: this.p_article_id article_id: this.detailMes.article_id
}) })
.then(res => { .then(res => {
if (res.code == 0) { if (res.code == 0) {