|
@@ -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{
|