sgj
2026-01-07 e356555905a02466a25206bae8f9bc66f3432d4f
fzzy-igdss-view/src/main/java/com/fzzy/igds/Patrol.view.xml
@@ -74,7 +74,7 @@
    if(select){
        var patrolId = select.get("id");
        
        var url = "/security/patrol/patrolRecord/"+patrolId+"?time="+ new Date().getTime();
        var url = "/security/patrol-record?patrolId="+patrolId+"&time="+ new Date().getTime();
        
        view.get("#iFrameTrack").set("path",url);
        view.get("#dialogTrack").show();
@@ -96,7 +96,7 @@
    <Container>
      <Property name="className">c-param</Property>
      <AutoForm>
        <Property name="cols">*,*,*,*,90,90</Property>
        <Property name="cols">*,*,*,*,90,90,120</Property>
        <Property name="dataSet">dsParam</Property>
        <Property name="labelAlign">right</Property>
        <Property name="labelWidth">100</Property>
@@ -137,6 +137,15 @@
          <Property name="exClassName">btn-q2</Property>
          <Property name="iconClass">fa fa-refresh</Property>
        </Button>
        <Button>
          <ClientEvent name="onClick">
            var url = &quot;/com.fzzy.igds.ConfByDept.d&quot;;&#xD;
            window.$openTab(&quot;库区配置&quot;, url);
          </ClientEvent>
          <Property name="caption">库区配置</Property>
          <Property name="exClassName">btn-q1</Property>
          <Property name="iconClass">fa fa-plus-square</Property>
        </Button>
      </AutoForm>
    </Container>
    <Container>