Explorar o código

fix: 短信配置初始化数据接口

zhangwenya hai 7 meses
pai
achega
4b937f3e39
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/push/pushConfig/index.vue

+ 2 - 1
src/views/push/pushConfig/index.vue

@@ -429,7 +429,7 @@ function handleAdd() {
 
 /** 修改按钮操作 */
 function handleUpdate(row) {
-  reset();
+  // reset();
   const _pcId = row.pcId || ids.value
   getPushConfig(_pcId).then(response => {
     activeName.value = "sms"
@@ -486,6 +486,7 @@ function handleExport() {
 }
 
 // getList();
+handleUpdate(form.value)
 </script>
 <style lang="scss" scoped>
 .dialog-footer{