Commit 3033e363 by 刘泽奇

123

parent c7689c8c
......@@ -94,7 +94,7 @@
this.$root.loading = true;
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d) => {
this.$root.loading = false;
if (d.status == 0 && d.data.length > 0) {
if (d.status == 0 && Object.values(d.data).length > 0) {
this.companyName = d.data.companyName;
var enterpriseInfo = {};
enterpriseInfo.orgType = d.data.orgType;
......
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