Browse Source

服务添加初始化

pull/105/head
pengda 3 weeks ago
parent
commit
3438941006
  1. 1
      src/views/agent/siteServiceAdd.vue

1
src/views/agent/siteServiceAdd.vue

@ -394,7 +394,6 @@ export default {
uid: that.uid,
type: that.type,
}).then(response => {
console.log(response.data)
if (response.status && response.data) {
that.$nextTick(() => {
that.bindList = response.data

Loading…
Cancel
Save