Explorar el Código

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

zhangwenya hace 7 meses
padre
commit
4b937f3e39
Se han modificado 1 ficheros con 2 adiciones y 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{