mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
perf: dcdn自动匹配部署,支持新增域名感知
This commit is contained in:
@@ -235,7 +235,6 @@ watch(
|
||||
const { form } = value;
|
||||
const oldForm: any = oldValue?.form;
|
||||
let changed = oldForm == null || optionsRef.value.length == 0;
|
||||
debugger;
|
||||
if (props.watches && props.watches.length > 0) {
|
||||
for (const key of props.watches) {
|
||||
if (oldForm && JSON.stringify(form[key]) != JSON.stringify(oldForm[key])) {
|
||||
|
||||
Reference in New Issue
Block a user