1
lzhe
2024-05-11 a896f3781d29ef58564929cfceeb078a87d01d6a
src/views/notification/configuration.vue
@@ -2,7 +2,7 @@
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-03-26 10:28:33
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-05-10 17:39:49
 * @LastEditTime: 2024-05-11 11:31:56
 * @FilePath: /smart-web/src/views/master/person/main/index.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -65,7 +65,6 @@
            ///api/blade-notify/notifier/config/sms/aliyunSms/metadata
         },
         table_edit(row){
            console.log(row)
            if(row.name == "钉钉") {
               var url = `/api/blade-notify/notifier/config/dingTalk/dingTalkMessage/metadata`;
            }else if(row.name == "企业微信") {
@@ -80,8 +79,7 @@
               if(res.code == 200) {
                  this.dialog.save = true;
                  this.$nextTick(() => {
                     console.log(row,res.data)
                     var obj = Object.assign(row,res.data);
                     var obj = Object.assign(res.data,row);
                     this.$refs.saveDialog.open('edit').setData(obj);
                  })
               }