|
|
|
@ -271,17 +271,17 @@
|
|
|
|
|
|
|
|
|
|
</a-form> |
|
|
|
|
</a-col> |
|
|
|
|
<div style="float: right"> |
|
|
|
|
<a-button @click="sprySubmit" type="primary" html-type="submit" :disabled="editNode.type==0||editNode.type==2||confirmLoading"> |
|
|
|
|
提交并保存 |
|
|
|
|
</a-button> |
|
|
|
|
|
|
|
|
|
<a-button @click="closeNode" style="margin-left: 10px"> |
|
|
|
|
关闭 |
|
|
|
|
</a-button> |
|
|
|
|
</div> |
|
|
|
|
</a-row> |
|
|
|
|
<div style="float:right;margin-top: -30px"> |
|
|
|
|
<a-button @click="sprySubmit" type="primary" html-type="submit" :disabled="editNode.type==0||editNode.type==2||confirmLoading"> |
|
|
|
|
提交并保存 |
|
|
|
|
</a-button> |
|
|
|
|
|
|
|
|
|
<a-button @click="closeNode" style="margin-left: 10px"> |
|
|
|
|
关闭 |
|
|
|
|
</a-button> |
|
|
|
|
</div> |
|
|
|
|
</a-modal> |
|
|
|
|
<!--查看图片--> |
|
|
|
|
<a-modal |
|
|
|
|