Commit 46eb05fa by gao_yingdong

Update ptCxForm_components.vue

parent b6b15aa8
......@@ -982,7 +982,7 @@ export default {
"kk",
"clkk",
"jzxx",
"jcz"
"jcz",
];
let flag = arr.find((item) => item == self.pageType);
return Http({
......@@ -1048,6 +1048,7 @@ export default {
"kk",
"clkk",
"jzxx",
"jcz",
];
let flags = arr.find((item) => item == self.pageType);
if (flags) {
......@@ -1139,6 +1140,7 @@ export default {
"kk",
"clkk",
"jzxx",
"jcz",
];
let flag = arr.find((item) => item == self.pageType);
if (!flag) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment