修改849接口
This commit is contained in:
parent
8054985445
commit
7744a8112d
|
|
@ -2692,10 +2692,7 @@ export default {
|
||||||
this.$http({
|
this.$http({
|
||||||
url: this.$http.adornUrl("common/type/849"),
|
url: this.$http.adornUrl("common/type/849"),
|
||||||
method: "get",
|
method: "get",
|
||||||
params: {
|
params: this.$http.adornParams({type:849}),
|
||||||
type:849
|
|
||||||
},
|
|
||||||
params: this.$http.adornParams({}),
|
|
||||||
}).then(({ data }) => {
|
}).then(({ data }) => {
|
||||||
if (data.code == 0) {
|
if (data.code == 0) {
|
||||||
if (data.data.value == "是") {
|
if (data.data.value == "是") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue